Scheduler for WinForms
DataSourceItemSynchronized イベント

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > BaseStorage<T,TMappingCollection> クラス : DataSourceItemSynchronized イベント
Occurs when changes made to the source collection has been fully reflected in the storage underlying data source.
シンタックス
'宣言
 
Public Event DataSourceItemSynchronized As DataSourceItemSynchronizedEventHandler
public event DataSourceItemSynchronizedEventHandler DataSourceItemSynchronized
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、ItemSynchronizedEventArgs 型の引数を受け取りました。次の ItemSynchronizedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the SynchronizationActionEnum value.  
Gets the reference to the BasePersistableObject derived object.  
Gets the reference to the data source item.  
Gets the reference to the changed C1BindingSource object.  
参照